I need to customise API response with the customer usecase

I am doing POC where I will hit an API.This API will pass details like name,template name and other details to the bot logs.From the bot logs I will get the data and again I will hit the whastapp template API to the users.
My question here is whether can I change the response of the the whatsapp template API?
Currently the API response will show only
{
“status”:“200”,
“message”:“success”}

Can I customise this API response like this below one
{

"status": "200 OK "

"notificationID": "15151361241"

"Template": "ForgotPassword",

"ConsultantNumber": "11231241"

}

Could anyone help please