In order to transmit data to HTTPS Callable methods, the body must contain a field called data, the Content-Type must be application/json or application/json; charset=utf-8, and the method must be called using the POST method.
Sample text
{
"data": {
"aString": "some string",
"anInt": 57,
"aFloat": 1.23,
}
}
Use of a standard HTTPS function may be more versatile if you are calling a function by writing your own HTTP request.