{
method: 'POST',
uri: 'https://dev-api.flashoncam.com/api/v1/node/messages/send-message?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOjgsImlzcyI6Imh0dHBzOlwvXC9kZXYtYXBpLmZsYXNob25jYW0uY29tXC9hcGlcL3YxXC9hdXRoXC9sb2dpbiIsImlhdCI6MTQ3MjcxNTkzNiwiZXhwIjoxNDcyNzE5NTM2LCJuYmYiOjE0NzI3MTU5MzYsImp0aSI6ImI5MWZkNmZmNDE0MDk2MzgwNWUwYzUzNTRmYzQzNDRhIn0.PRcfgr0lGLRaU8OANMBScwqtNggFj3rgJQmDpsCpRPQ',
json: {
from_user_id: 'vUAOhVkFiMJcZ9fbeGEguIFsEE4ueIfc0BSJQB-2BhQ-2FU',
to_user_id: 'myJ-2FP89S3CC23Qy12S-2F860SDsiwGlHgat7wLxNXzXIs',
message: 'Hey!'
},
headers: {
'Content-Type': 'application/json',
'x-origin': 'https://localhost',
'x-ip': '127.0.0.1',
'X-Requested-By': 'NODE+JSON1.0'
}
}